3.2621 \(\int \frac{(2+3 x)^2}{(1-2 x)^{5/2} (3+5 x)^{3/2}} \, dx\)

Optimal. Leaf size=67 \[ -\frac{793 \sqrt{5 x+3}}{19965 \sqrt{1-2 x}}-\frac{1237}{3630 \sqrt{1-2 x} \sqrt{5 x+3}}+\frac{49}{66 (1-2 x)^{3/2} \sqrt{5 x+3}} \]

[Out]

49/(66*(1 - 2*x)^(3/2)*Sqrt[3 + 5*x]) - 1237/(3630*Sqrt[1 - 2*x]*Sqrt[3 + 5*x]) - (793*Sqrt[3 + 5*x])/(19965*S
qrt[1 - 2*x])

________________________________________________________________________________________

Rubi [A]  time = 0.0106637, antiderivative size = 67, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.115, Rules used = {89, 78, 37} \[ -\frac{793 \sqrt{5 x+3}}{19965 \sqrt{1-2 x}}-\frac{1237}{3630 \sqrt{1-2 x} \sqrt{5 x+3}}+\frac{49}{66 (1-2 x)^{3/2} \sqrt{5 x+3}} \]

Antiderivative was successfully verified.

[In]

Int[(2 + 3*x)^2/((1 - 2*x)^(5/2)*(3 + 5*x)^(3/2)),x]

[Out]

49/(66*(1 - 2*x)^(3/2)*Sqrt[3 + 5*x]) - 1237/(3630*Sqrt[1 - 2*x]*Sqrt[3 + 5*x]) - (793*Sqrt[3 + 5*x])/(19965*S
qrt[1 - 2*x])

Rule 89

Int[((a_.) + (b_.)*(x_))^2*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[((b*c - a*
d)^2*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/(d^2*(d*e - c*f)*(n + 1)), x] - Dist[1/(d^2*(d*e - c*f)*(n + 1)), In
t[(c + d*x)^(n + 1)*(e + f*x)^p*Simp[a^2*d^2*f*(n + p + 2) + b^2*c*(d*e*(n + 1) + c*f*(p + 1)) - 2*a*b*d*(d*e*
(n + 1) + c*f*(p + 1)) - b^2*d*(d*e - c*f)*(n + 1)*x, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && (LtQ
[n, -1] || (EqQ[n + p + 3, 0] && NeQ[n, -1] && (SumSimplerQ[n, 1] ||  !SumSimplerQ[p, 1])))

Rule 78

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> -Simp[((b*e - a*f
)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/(f*(p + 1)*(c*f - d*e)), x] - Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1)
+ c*f*(p + 1)))/(f*(p + 1)*(c*f - d*e)), Int[(c + d*x)^n*(e + f*x)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e, f,
 n}, x] && LtQ[p, -1] && ( !LtQ[n, -1] || IntegerQ[p] ||  !(IntegerQ[n] ||  !(EqQ[e, 0] ||  !(EqQ[c, 0] || LtQ
[p, n]))))

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin{align*} \int \frac{(2+3 x)^2}{(1-2 x)^{5/2} (3+5 x)^{3/2}} \, dx &=\frac{49}{66 (1-2 x)^{3/2} \sqrt{3+5 x}}-\frac{1}{66} \int \frac{\frac{109}{2}+297 x}{(1-2 x)^{3/2} (3+5 x)^{3/2}} \, dx\\ &=\frac{49}{66 (1-2 x)^{3/2} \sqrt{3+5 x}}-\frac{1237}{3630 \sqrt{1-2 x} \sqrt{3+5 x}}-\frac{793 \int \frac{1}{(1-2 x)^{3/2} \sqrt{3+5 x}} \, dx}{3630}\\ &=\frac{49}{66 (1-2 x)^{3/2} \sqrt{3+5 x}}-\frac{1237}{3630 \sqrt{1-2 x} \sqrt{3+5 x}}-\frac{793 \sqrt{3+5 x}}{19965 \sqrt{1-2 x}}\\ \end{align*}

Mathematica [A]  time = 0.0117087, size = 32, normalized size = 0.48 \[ \frac{2 \left (793 x^2+1440 x+564\right )}{3993 (1-2 x)^{3/2} \sqrt{5 x+3}} \]

Antiderivative was successfully verified.

[In]

Integrate[(2 + 3*x)^2/((1 - 2*x)^(5/2)*(3 + 5*x)^(3/2)),x]

[Out]

(2*(564 + 1440*x + 793*x^2))/(3993*(1 - 2*x)^(3/2)*Sqrt[3 + 5*x])

________________________________________________________________________________________

Maple [A]  time = 0.003, size = 27, normalized size = 0.4 \begin{align*}{\frac{1586\,{x}^{2}+2880\,x+1128}{3993} \left ( 1-2\,x \right ) ^{-{\frac{3}{2}}}{\frac{1}{\sqrt{3+5\,x}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2+3*x)^2/(1-2*x)^(5/2)/(3+5*x)^(3/2),x)

[Out]

2/3993*(793*x^2+1440*x+564)/(3+5*x)^(1/2)/(1-2*x)^(3/2)

________________________________________________________________________________________

Maxima [A]  time = 1.30424, size = 86, normalized size = 1.28 \begin{align*} -\frac{793 \, x}{3993 \, \sqrt{-10 \, x^{2} - x + 3}} - \frac{3673}{7986 \, \sqrt{-10 \, x^{2} - x + 3}} - \frac{49}{66 \,{\left (2 \, \sqrt{-10 \, x^{2} - x + 3} x - \sqrt{-10 \, x^{2} - x + 3}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^2/(1-2*x)^(5/2)/(3+5*x)^(3/2),x, algorithm="maxima")

[Out]

-793/3993*x/sqrt(-10*x^2 - x + 3) - 3673/7986/sqrt(-10*x^2 - x + 3) - 49/66/(2*sqrt(-10*x^2 - x + 3)*x - sqrt(
-10*x^2 - x + 3))

________________________________________________________________________________________

Fricas [A]  time = 1.59895, size = 120, normalized size = 1.79 \begin{align*} \frac{2 \,{\left (793 \, x^{2} + 1440 \, x + 564\right )} \sqrt{5 \, x + 3} \sqrt{-2 \, x + 1}}{3993 \,{\left (20 \, x^{3} - 8 \, x^{2} - 7 \, x + 3\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^2/(1-2*x)^(5/2)/(3+5*x)^(3/2),x, algorithm="fricas")

[Out]

2/3993*(793*x^2 + 1440*x + 564)*sqrt(5*x + 3)*sqrt(-2*x + 1)/(20*x^3 - 8*x^2 - 7*x + 3)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (3 x + 2\right )^{2}}{\left (1 - 2 x\right )^{\frac{5}{2}} \left (5 x + 3\right )^{\frac{3}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**2/(1-2*x)**(5/2)/(3+5*x)**(3/2),x)

[Out]

Integral((3*x + 2)**2/((1 - 2*x)**(5/2)*(5*x + 3)**(3/2)), x)

________________________________________________________________________________________

Giac [B]  time = 2.27428, size = 135, normalized size = 2.01 \begin{align*} -\frac{\sqrt{10}{\left (\sqrt{2} \sqrt{-10 \, x + 5} - \sqrt{22}\right )}}{13310 \, \sqrt{5 \, x + 3}} + \frac{14 \,{\left (23 \, \sqrt{5}{\left (5 \, x + 3\right )} + 66 \, \sqrt{5}\right )} \sqrt{5 \, x + 3} \sqrt{-10 \, x + 5}}{99825 \,{\left (2 \, x - 1\right )}^{2}} + \frac{2 \, \sqrt{10} \sqrt{5 \, x + 3}}{6655 \,{\left (\sqrt{2} \sqrt{-10 \, x + 5} - \sqrt{22}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^2/(1-2*x)^(5/2)/(3+5*x)^(3/2),x, algorithm="giac")

[Out]

-1/13310*sqrt(10)*(sqrt(2)*sqrt(-10*x + 5) - sqrt(22))/sqrt(5*x + 3) + 14/99825*(23*sqrt(5)*(5*x + 3) + 66*sqr
t(5))*sqrt(5*x + 3)*sqrt(-10*x + 5)/(2*x - 1)^2 + 2/6655*sqrt(10)*sqrt(5*x + 3)/(sqrt(2)*sqrt(-10*x + 5) - sqr
t(22))